Visual Studio builds: Support Visual Studio 2017
authorChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 15 Feb 2017 06:43:15 +0000 (14:43 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 15 Feb 2017 06:43:15 +0000 (14:43 +0800)
commitba4e2a775cb41d3c1bf09d95bcee0add725aa510
tree92aeb74561d6eff61c87ff850a5b76b39209bd83
parent5d390526d340c89a006a80b002636eae0de2f83d
Visual Studio builds: Support Visual Studio 2017

Update the autotools scripts to support Visual Studio 2017 builds by
copying the Visual Studio 2013 projects and updateing the items as
necessary to obtain the Visual Studio 2017 projects.

Note that the format of the toolset string changed, so allow one to
pass in and thus use a custom toolset string, otherwise the default
toolset string will be generated as it was before.

Note also the Visual Studio 2017 aims to be compatible with Visual
Studio 2015 on the CRT level, so binaries built with 2017 should
work without problems with the binaries built with 2015.
configure.ac
win32/Makefile-newvs.am
win32/Makefile.am
win32/vs12/Makefile.am
win32/vs14/Makefile.am
win32/vs15/Makefile.am [new file with mode: 0644]